home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today - The Disc! 5
/
CD-ROM Today - The Disc (Issue 5)(November 1994).ISO
/
mac
/
Mac shareware
/
Education
/
RLaB
/
help
/
strsplt
< prev
next >
Wrap
Text File
|
1994-09-21
|
422b
|
22 lines
strsplt:
Syntax: strsplt ( str )
Description:
Strsplt returns a row matrix that contains a single character
string as each element. The resulting matrix has as many
columns as the input argument had characters.
Example:
> smat = strsplt( "string" )
smat =
s t r i n g
> show(smat)
name: smat
class: matrix
type: string
nr: 1
nc: 6